home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_r.dir / 00459_to P1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  265 b   |  14 lines

  1. on exitFrame
  2.   global gqzrmaplist, gqzlist
  3.   setaProp(gqzrmaplist, #p, 1)
  4.   if getaProp(gqzlist, #dronesan) = 0 then
  5.     cursor(0)
  6.     puppetTransition(26, 1, 40, 1)
  7.     go("ONESAN")
  8.   else
  9.     cursor(0)
  10.     puppetTransition(26, 1, 40, 1)
  11.     go("P1")
  12.   end if
  13. end
  14.